Open access status of articles in which
Charité scientists were involved
Open access status of articles of which
a Charité scientist was the corresponding author
Open access status of articles by journals in which Charité scientists published in 2020
---
title: "Open Access Dashboard "
output:
flexdashboard::flex_dashboard:
orientation: rows
vertical_layout: scroll
source_code: embed
# author: Jan Taubitz
# email: jan.taubitz@charite.de
---
```{r setup, include=FALSE}
library(flexdashboard)
source("data_1.R", encoding = 'UTF-8')
```
Open access status of articles in which
Charité scientists were involved
Row {data-height=500}
-----------------------------------------------------------------------
### Open access status in absolute numbers
```{r}
status_absolute
# {.column data-height=1800} style="height:100pc;"
```
### Open access status in %
```{r}
status_percent
```
Row {data-height=150}
-----------------------------------------------------------------------
Open access status of articles of which
a Charité scientist was the corresponding author
Row {data-height=500}
-----------------------------------------------------------------------
### Open access status in absolute numbers
```{r}
status_corresponding_absolute
```
### Open access status in %
```{r}
status_corresponding_percent
```
Row {data-height=150}
-----------------------------------------------------------------------
Open access status of articles by journals in which Charité scientists published in 2020
Row {data-height=500}
-----------------------------------------------------------------------
### Open access status in absolute numbers
```{r}
journal_absolute
```
### Open access status in %
```{r}
journal_percent
```